home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
watcom
/
modex32w
/
!mklib.bat
next >
Wrap
DOS Batch File
|
1995-02-20
|
87b
|
6 lines
@echo off
tasm /q *.asm
del modex32w.lib
wlib @!objs.lst
del *.obj
del *.bak >nul